home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / politics.dir / 00326_Script_326 < prev   
Text File  |  1994-11-29  |  346b  |  15 lines

  1. on exitFrame
  2.   global CAPSULEGlow
  3.   set the cursor of sprite 3 to 0
  4.   set the cursor of sprite 4 to 0
  5.   set the cursor of sprite 23 to 0
  6.   updateStage
  7.   if CAPSULEGlow = 0 then
  8.     go to frame "PASSWORD2" OF MOVIE "MODLE3B"
  9.   else
  10.     if CAPSULEGlow = 1 then
  11.       go to frame "PASSWORD1" OF MOVIE "MODLE3B"
  12.     end if
  13.   end if
  14. end
  15.